home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / IndexingKit / Ledger / Makefile < prev    next >
Makefile  |  1993-01-25  |  1KB  |  56 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Ledger
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = icon.tiff
  16. DOCICONS = archive.tiff
  17.  
  18. LOCAL_RESOURCES = Ledger.nib LedgerController.nib
  19.  
  20. GLOBAL_RESOURCES = archive.tiff icon.tiff info.tiff moneyDrag.tiff \
  21.                    well.tiff
  22.  
  23. CLASSES = AccountWindow.m GlobalThings.m JFTableVectorConfiguration.m \
  24.           JFTableViewLoader.m KAYEditableFormatter.m LedgerController.m \
  25.           MainDelegate.m MoneyWell.m Transaction.m
  26.  
  27. HFILES = AccountWindow.h GlobalThings.h JFTableVectorConfiguration.h \
  28.          JFTableViewLoader.h KAYEditableFormatter.h LedgerController.h \
  29.          MainDelegate.h MoneyWell.h Transaction.h
  30.  
  31. MFILES = Ledger_main.m
  32.  
  33. OTHERSRCS = Makefile README.rtfd
  34.  
  35.  
  36. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  37. INSTALLDIR = $(HOME)/Apps
  38. INSTALLFLAGS = -c -s -m 755
  39. SOURCEMODE = 444
  40.  
  41. ICONSECTIONS =    -sectcreate __ICON app icon.tiff \
  42.         -sectcreate __ICON archive archive.tiff
  43.  
  44. LIBS = -ldbkit_s -lIndexing_s -lMedia_s -lNeXT_s
  45. DEBUG_LIBS = $(LIBS)
  46. PROF_LIBS = $(LIBS)
  47.  
  48.  
  49. -include Makefile.preamble
  50.  
  51. include $(MAKEFILEDIR)/app.make
  52.  
  53. -include Makefile.postamble
  54.  
  55. -include Makefile.dependencies
  56.